/*===============================================

Template Name: Itsoft - IT Solutions & Services HTML5 Template
Version: 0.1
 
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. Itsoft Header Top Area CSS
02. Itsoft Header middle section style
03. Itsoft Hero Section Style
04. Itsoft Nivo Slider Area Css
05. Itsoft Start Tabs Section
06. Itsoft Feature Section
07. Itsoft Start About Section
08. Itsoft Start Skills section
09. ITsoft Start Video Section
10. Itsoft Start Brand Section
11. Itsoft Start Services Section
12. Itsoft Start Why Choose Us Section
13. Itsoft Start Portfolio Section
14. Itsoft Start Fun-Fact Section
15. Itsoft Start Team Section
16. Itsoft Start Appoinment Section
17. Itsoft Start Case Study Section
18. Itsoft Start Process Section
19. Itsoft Start Call Do Action Section
20. Itsoft Start Testimonial Section
21. Itsoft Start Blog Section
22. Itsoft Start Subscribe Section
23. Itsoft Start Footer Section
24. Itsoft Start Footer Copyright Section
25. Itsoft Start Breadcumb area style
26. Itsoft Start Pricing Section Style
27. Itsoft Start Case Study Details
25. techno Team Details Area Css

=======================*/

/*------Itsoft Header Top Area CSS--------*/

.header-top-area .align-items-center {
    padding: 9px 0;
}

.header-top-area {
    background: #ff0076;
    padding: 3px 0;
    overflow: hidden;
    position: relative;
}

.header-top-area::before {
    content: "";
    height: 100%;
    width: 60%;
    background: #FF3C00;
    position: absolute;
    top: 0;
    left: -20px;
    transform: skew(-25deg);
}

.header-top-left-single-item {
    display: inline-block;
    margin-right: 45px;
    position: relative;
}

.header-top-left-single-item:before {
    position: absolute;
    content: "";
    height: 219%;
    width: 1px;
    top: -15px;
    right: -28px;
    background: #425d7c;
}

.header-top-left-single-item.two:before {
    display: none;
}

.header-top-left-single-item a {
    color: #fff;
    font-size: 15px;
}

.header-top-left-icon i {
    margin-right: 8px;
    color: #ff0076;
    font-size: 16px;
}

.header-top-left-icon span {
    color: #86919d;
    margin-left: 7px;
}

.header-top-right-items ul {
    font-size: 0;
    text-align: right;
}

.header-top-right-icon-area ul li {
    display: inline-block;
}

.header-top-right-icon-area ul li a {
    color: #fff;
    font-size: 15px;
}

.header-search-icons i {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

.header-top-area:before {
    width: 70%;
    width: 64%;
    background: #06305f;
    transform: skew(0deg);
}

.header-top-area .header-top-right-icon-area ul li a {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 28px;
    position: relative;
}

.header-top-area .header-top-right-icon-area ul li a:before {
    position: absolute;
    content: "";
    height: 247%;
    width: 1px;
    background: #ff80bb;
    top: -16px;
    left: 0;
}

.header-top-area .header-top-right-icon-area ul li a.another:before {
    display: none;
}
.header-top-area .header-top-right-icon-area ul li a i{
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 34px auto;
}
.header-top-area .header-top-right-icon-area ul li a .header-weixin{
    background-image: url(./assets/images/icon_share_1.png);
}
.header-top-area .header-top-right-icon-area ul li a .header-weibo{
    background-image: url(./assets/images/icon_share_2.png);
}
.header-top-area .header-top-right-icon-area ul li a .header-bili{
    background-image: url(./assets/images/icon_share_3.png);
}
.header-top-area .header-top-right-icon-area ul li a .header-douyin{
    background-image: url(./assets/images/icon_share_4.png);
}
.header-top-area .header-top-right-icon-area ul li a .header-toutiao{
    background-image: url(./assets/images/icon_share_5.png);
}

/*start sub menu*/
.itsoft_menu .sub-menu {
    height: auto;
    width: 230px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    text-align: left;
    top: 58px;
    transition: .5s;
    opacity: 0;
    left: 0;
    visibility: hidden;
    border-radius: 0;
    padding: 9px 14px 15px;
    transform: scaleY(0);
    transform-origin: center top 0;
    transition: all 0.4s ease-in-out;
}

.header-area .sub-menu ul li {
    display: block;
    transition: .5s;
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
}

.header-area .sub-menu ul li:hover {
    border-color: #FF0076;
}

.header-area .sub-menu ul li:last-child {
    border-bottom: none;
}

.header-area .sub-menu ul li a {
    position: relative;
    color: #06305f !important;
    margin: 10px 8px 9px 12px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0;
    display: inline-block;
    z-index: 2;
    padding: 0;
    width: 180px;
    right: 0;
}

.itsoft_menu ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0;
    transform: scaleY(1);
}

.itsoft_menuul li {
    padding-bottom: 40px;
}

.header-area .sub-menu ul li a:hover {
    color: #FF0076 !important;
}

.header-area.style-two .sub-menu ul li:before {
    display: none;
}

.sticky-nav.header-area .sub-menu ul li a:hover {
    color: #fb239a;
}

.header-area .sub-menu ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    width: 100%;
    left: 0;
}

.header-btn {
    display: inline-block;
    position: relative;
    top: 24px;
}

.header-btn a {
    background: #ff0076;
    color: #fff;
    display: inline-block;
    padding: 13px 35px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    border-radius: 0 30px 0 30px;
    box-shadow: 10px 0 30px rgb(255 0 18 / 25%);
    overflow: hidden;
    font-weight: 500;
}

.header-btn a i {
    font-size: 18px;
}

.header-btn a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    right: 0;
    top: 0;
    transition: .5s;
    background: #052f5f;
    z-index: -1;
    border-radius: 0 30px 0 30px;
}

.header-btn a:hover:after {
    left: 0;
    width: 100%;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

/*--==================================
			start header area
	-=================================*/
.header-area {
    background: transparent;
    padding: 2px 0px 5px;
    position: relative;
    margin-bottom: 0;
    z-index: 2;
}

.sticky-nav {
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    position: fixed !important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: .5s !important;
    background: #EF177D !important;
    z-index: 9999 !important;
    animation-name: slideInDown;
    animation-duration: 1.5s;
}

.sticky-nav .header-btn a {
    background: #fff;
    color: #ff0076;
}

.itsoft_menu ul {
    display: inline-block;
}

.itsoft_menu ul li {
    list-style: none;
    display: inline;
    position: relative;
}

.itsoft_menu ul li a {
    display: inline-block;
    font-size: 17px;
    padding: 35px 17px;
    text-transform: capitalize;
    transition: .5s;
    letter-spacing: 1px;
    color: #06305f;
    font-weight: 500;
}

.itsoft_menu ul li a:hover {
    color: #ff0076;
}

.sticky-nav .itsoft_menu ul li a {
    color: #fff;
}

.sticky-nav .header-top-social ul li a {
    color: #fff;
}

.sticky-nav .header-top-social ul li a:hover {
    color: #FB4242;
}

.sticky-nav .itsoft_menu ul li a:hover {
    color: #06305f !important;
}

nav.itsoft_menu {
    float: right;
}

/*sticky logo*/
a.stiky-logo img {
    display: none;
}

.sticky-nav a.main-logo img {
    display: none;
}

.sticky-nav a.stiky-logo img {
    display: block;
    filter: brightness(0) invert(1);
}

.header-button {
    display: inline-block;
    margin-left: 8px;
}

.header-button a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.5s;
    border-radius: 5px;
    margin-left: 15px;
    background: -moz-linear-gradient(-9deg, #fb239a 0%, #9b3bf5 97%);
    padding: 14px 48px;
}

.header-button a:hover {
    background: -moz-linear-gradient(-9deg, #9b3bf5 0%, #fb239a 97%);
    color: #fff;
}

/*header area style two*/
.header-area.style-two {
    background: transparent;
    padding: 2px 84px 5px;
    position: relative;
    margin-bottom: -143px;
    z-index: 2;
}

.header-area.style-two .sub-menu ul li a {
    padding: 0 !important;
}

.header-area.style-two nav.itsoft_menu {
    float: right;
}

.header-area.style-two .itsoft_menu .sub-menu {
    top: 56px;
}

.header-area.style-two .itsoft_menu ul li a {
    padding: 31px 38px;
}

.header-src-btn {
    display: inline-block;
    padding-right: 32px;
}

.nav-btn.navSidebar-button {
    display: inline-block;
    color: #FC0476;
    font-size: 26px;
    cursor: pointer;
    position: relative;
    top: 8px; display: none !important;
}

.sticky-nav .nav-btn.navSidebar-button {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    position: relative;
    top: 6px;
}

/*====================================================
 carousel slider
======================================================*/
.carousel-slider-section {
    position: relative;
    z-index: 1;
}

.carousel-slider-section .container-fluid {
    padding: 0;
}

.carousel-slider {
    background: url(assets/images/itsoft_3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 700px;
}

.carousel-slider-content h1, .carousel-slider-content h2 {
    font-size: 60px;
    margin: 0;
    color: #232323;
    text-transform: uppercase;
}

.carousel-slider-content p {
    width: 54%;
    font-size: 18px;
    margin: 29px 0 4px;
}

.carousel-thumb {
    position: relative;
}

.carousel-thumb-inner {
    position: absolute;
    right: -120px;
    bottom: -244px;
}

.carousel-thumb-inner img {
    width: 660px;
}

.carousel-slider-content h5 {
    font-size: 20px;
    letter-spacing: 2px;
    border-top: 2px solid #FF3C00;
    display: inline-block;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.btn-common.btn-carousel-slider-2 {
    margin-left: 25px;
}

.btn-common.btn-carousel-slider-2 a {
    background: transparent;
    color: #FF3C00;
}

.btn-common.btn-carousel-slider-2:hover a {
    background: #FF3C00;
    color: #fff;
    border-color: #Ff3C00;
}

.video-icon .carousel-video {
    margin-right: 30px;
}

.carousel-slider .video-icon p {
    width: 100%;
    margin-top: 10px;
}

.owl-nav {
    position: relative;
}

.owl-prev, .owl-next {
    position: absolute;
    top: -380px;
    color: #fff;
    background: rgb(255, 0, 118, 0.6);
    padding: 6px 18px;
    font-size: 27px;
    border-radius: 3px;
    transition: .3s;
    opacity: 0;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.carousel-slider-section:hover .owl-prev {
    left: 30px;
    opacity: 1;
}

.carousel-slider-section:hover .owl-next {
    right: 30px;
    opacity: 1;
}

.carousel-slider .layer-image {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
    z-index: -1;
}

.slider-carousel .active .carousel-slider .layer-image {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.carousel-slider-content h4 {
    color: #191919;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 13px;
    position: relative;
    display: inline-block;
}

.carousel-slider-content h4:before {
    position: absolute;
    content: "";
    top: 14px;
    right: -96px;
    background: #ff0076;
    height: 2px;
    width: 83px;
}

.carousel-slider-content h1 {
    color: #06305f;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 80px;
    line-height: 1.1;
}

.carousel-slider-content span {
    color: #ff0076;
}

.btn-common.btn-carousel-slider a {
    background: #ff0076;
    color: #fff;
    padding: 15px 32px;
    display: inline-block;
    font-size: 18px;
    border-radius: 0 30px 0 30px;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 0 31px rgb(255 0 18 / 40%);
}

.btn-common.btn-carousel-slider a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    right: 0;
    top: 0;
    transition: .5s;
    background: #052f5f;
    z-index: -1;
    border-radius: 0 30px 0 30px;
}

.btn-common.btn-carousel-slider a:hover:after {
    width: 100%;
    left: 0;
}

/*slider section*/
a#slider-27-slide-70-layer-6 {
    background: #ff0076 !important;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    border-radius: 0 30px 0 30px;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 14px;
}

a#slider-27-slide-70-layer-6:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    right: 0;
    top: 0;
    transition: .5s;
    background: #052f5f;
    z-index: -1;
    border-radius: 0 30px 0 30px;
}

a#slider-27-slide-70-layer-6:hover:after {
    width: 100%;
    left: 0;
}

a#slider-27-slide-70-layer-6:hover {
    border-color: #052f5f !important;
}

a#slider-27-slide-70-layer-6 i {
    margin-left: 5px !important;
}

rs-layer#slider-27-slide-70-layer-2 {
    line-height: 29px !important;
    margin: 0 0 37px !important;
}

rs-layer#slider-27-slide-72-layer-2 {
    line-height: 30px !important;
}

a#slider-27-slide-72-layer-6 {
    margin-top: 13px;
}

.btn-common.btn-carousel-slider a i {
    margin-left: 6px;
    font-size: 16px;
    display: inline-block;
}

/*carousel slider style two*/
.carousel-slider.style-two .carousel-slider-content p {
    width: 82%;
}

.carousel-slider.style-two .carousel-thumb img {
    width: 124%;
}

/*start slider section*/
.slider-area {
    background: url(assets/images/slider-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: auto; padding: 60px 0;
}

.slider-content h4 {
    font-size: 18px;
    margin: 0 0 21px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}

.slider-content h1 {
    font-size: 75px;
    margin: 0 0 0;
    line-height: 1.1;
}

.slider-content h1 span {
    color: #FF0077;
}

.slider-content p {
    font-size: 18px;
    margin: 9px 0 21px;
    color: #191919;
}

.slider-button a {
    display: inline-block;
    background: #063060;
    color: #fff;
    transition: .5s;
    position: relative;
    z-index: 1;
    font-size: 16px;
}

.slider-button a {
    display: inline-block;
    background: #063060;
    color: #fff;
    transition: .5s;
    position: relative;
    z-index: 1;
    font-size: 16px;
    padding: 16px 41px;
    border-radius: 30px;
}

.slider-button a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 56px;
    border-radius: 30px;
    transition: .5s;
    background: #FC0476;
    z-index: -1;
}

.slider-button a:hover:before {
    width: 100%;
    border-radius: 30px;

}

.slider-button a i {
    margin-left: 8px; display: inline-block; width: 10px; height: 10px; vertical-align: middle; background: url(./assets/images/jtr.png) no-repeat center center;
}
.flaticon-arrow-pointing-to-right:before{ display: none; }
.slider-btn {
    transition: .5s;
    position: relative;
    z-index: 1;
    font-size: 16px;
    padding: 16px 41px;
    display: inline-block;
}

.slider-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 24px;
    height: 93px;
    width: 93px;
    border-radius: 100%;
    z-index: -1;
    background: #FFE5F0;
}

.slider-btn a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 27%;
    border-radius: 30px;
    z-index: -1;
    background: #FC0476;
    transition: .5s;
}

.slider-btn a:hover:before {
    left: 0;
    width: 100%;
}

.slider-btn a {
    transition: .5s;
    position: relative;
    z-index: 1;
    padding: 13px 19px;
    background: #fff;
    display: inline-block;
    border-radius: 30px;
    box-shadow: 2px 0 25px rgb(0 0 0/9%);
    color: #06305F;
    font-size: 20px;
    font-weight: 600;
}

.slider-btn a:hover span {
    color: #fff;
}

.slider-btn a span {
    transition: .5s;
}

.slider-btn a i {
    color: #fff; width: 24px; height: 24px; display: inline-block; vertical-align: middle; background: url(./assets/images/dhicon1.png) no-repeat center center; margin-right: 6px; background-size: 100% auto;
}


i:before{ display: none; }
/*slider section*/
.slider-section {
    height: 930px;
}

/*slider area style two*/
.slider-area.style-two {
    background: url(assets/images/new4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 95vh;
}

.slider-area.style-two .slider-content p {
    margin: 9px 0 37px;
}

/*owl dots*/
.slider-list .owl-dots {
    top: -127px;
    text-align: center;
}

.slider-list .owl-dot.active {
    height: 20px;
    width: 20px;
    top: 9px;
}

.slider-list .owl-dot {
    width: 25px;
}

/*start service section*/
.single-service-box {
    border-top: 5px solid #ff0075;
    transition: .9s;
    margin-bottom: 30px;
    box-shadow: 0 10px 22px rgb(0 0 0 / 16%);
    padding-bottom: 8px;
}

.service-thumb {
    position: relative;
}

.service-thumb img {
    width: 100%;
}

.service-content {
    position: absolute;
    top: 0;
    left: 0;
   padding: 25px;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: all 300ms linear 100ms;
    -khtml-transition: all 300ms linear 100ms;
    -moz-transition: all 300ms linear 100ms;
    -ms-transition: all 300ms linear 100ms;
    -o-transition: all 300ms linear 100ms;
    transition: all 300ms linear 100ms;
    -webkit-transform: perspective(500px) rotateX(0);
    -khtml-transform: perspective(500px) rotateX(0);
    -moz-transform: perspective(500px) rotateX(0);
    -ms-transform: perspective(500px) rotateX(0);
    -o-transform: perspective(500px) rotateX(0);
    transform: perspective(500px) rotateX(0);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .3) -84%, #fff 96%);
    height: 100%;
    width: 100%;
}

.single-service-box:hover .service-content {
    opacity: 0;
    -webkit-transform: perspective(500px) rotateX(-90deg);
    -khtml-transform: perspective(500px) rotateX(-90deg);
    -moz-transform: perspective(500px) rotateX(-90deg);
    -ms-transform: perspective(500px) rotateX(-90deg);
    -o-transform: perspective(500px) rotateX(-90deg);
    transform: perspective(500px) rotateX(-90deg);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.service-icon {
    position: relative;
    z-index: 1;
}

.service-icon i {
    display: inline-block;
    height: 88px;
    width: 88px;
    line-height: 88px;
    text-align: center;
    background: #ff0075;
    color: #fff;
    font-size: 45px;
    position: relative;
    transition: .5s;
}

.service-icon i:after {
    position: absolute;
    content: "";
    height: 88px;
    width: 88px;
    border: 1px solid #f00;
    top: 6px;
    left: 7px;
    transition: .5s;
    z-index: -1;
}

.service-title h4 {
    color: #EF177D;
    font-size: 16px;
    font-weight: 500;
    margin: 41px 0 0;
}

.service-title h2 {
    font-size: 24px;
    margin: 12px 0 29px;
    position: relative;
}

.service-title h2:before {
    position: absolute;
    content: "";
    top: 43px;
    left: 0;
    height: 2px;
    width: 60px;
    background: #ff0075;
}
.service-content-text{ line-height: 26px; height: 78px; overflow: hidden; margin: 40px 0 0; }

/* servoice inner content*/
.service-inner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #0e0e0e;
    padding: 40px;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0;
    -webkit-transform: perspective(500px) rotateX(-90deg);
    -khtml-transform: perspective(500px) rotateX(-90deg);
    -moz-transform: perspective(500px) rotateX(-90deg);
    -ms-transform: perspective(500px) rotateX(-90deg);
    -o-transform: perspective(500px) rotateX(-90deg);
    transform: perspective(500px) rotateX(-90deg);
    background: #052f5f;
    padding: 34px 38px 80px;
}

.single-service-box:hover .service-inner-content {
    opacity: 1;
    -webkit-transform: perspective(500px) rotateX(0);
    -khtml-transform: perspective(500px) rotateX(0);
    -moz-transform: perspective(500px) rotateX(0);
    -ms-transform: perspective(500px) rotateX(0);
    -o-transform: perspective(500px) rotateX(0);
    transform: perspective(500px) rotateX(0);
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s;
}

.service-inner-title h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px;
    color: #fff;
}

.service-inner-title h2 {
    font-size: 24px;
    margin: 12px 0 0;
    color: #fff;
    position: relative;
}

.service-inner-title h2:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 60px;
    background: #ff0075;
    top: 44px;
    left: 0;
}

.service-inner-icon {
    position: absolute;
    left: 45%;
    transform: translateY(-50%);
    bottom: -54px;
    opacity: 1;
}

.service-inner-icon a {
    height: 58px;
    width: 58px;
    line-height: 58px;
    text-align: center;
    background: #ff0075 url(./assets/images/gengduo.png) no-repeat center center;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
    transition: .5s;
}

/* start about section */
.about-section {
    position: relative;
    z-index: 1;
}

.single-about-thumb {
    position: relative;
    right: 370px;
    top: 63px;
}

.about-section .shape {
    position: absolute;
    top: -21px;
    z-index: -1;
}

.about-section .shape2 {
    position: absolute;
    top: 13%;
    z-index: -1;
    left: -14px;
}

.about-section .shape3 {
    position: absolute;
    top: 61%;
    left: 10%;
}

/*about section style two*/
.about-section.style-two {
    background: url(assets/images/about/about2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-about-icon-box {
    margin-bottom: 5px;
}

.single-about-icon i {
    color: #FF308E;
    display: inline-block;
    margin-right: 12px;
}

.about-btn a {
    background: #063060;
    color: #fff;
    display: inline-block;
    padding: 17px 38px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0px 0 24px rgb(0 0 0 / 25%);
}

.about-btn a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 61px;
    left: 0;
    top: 0;
    transition: .5s;
    background: #FF0177;
    z-index: -1;
    border-radius: 30px;
}

.about-btn a:hover:after {
    width: 100%;
}

/*about thumb*/
.about-section.style-two .about-thumb {
    position: relative;
    left: 37px;
    z-index: 1;

}

.about-section.style-two .about-thumb::after {
    content: "";
    width: 529px;
    height: 100%;
    background: #FF0175;
    position: absolute;
    z-index: -1;
    top: 85px;
    left: 0;
    display: block;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: itsoft_bounce_animation 7s infinite;
}

@keyframes itsoft_bounce_animation {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
}

/*start  section title*/
.dreamit-section-sub-title h5 {
    color: #191919;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 14px;
    position: relative;
    display: inline-block;
}

.dreamit-section-sub-title h5:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 55px;
    top: 15px;
    right: -61px;
    background: #ff0075;
}

.dreamit-section-main-title h1 {
    font-size: 56px;
    margin: 0;
}

.dreamit-section-main-title span {
    color: #ef177e;
}

.dreamit-section-content-text p {
    font-size: 16px;
    margin: 10px 0 5px;
    width: 99%;
}

/*about icon box*/
.about-icon {
    position: relative;
    z-index: 1;
}

.about-icon i {
    display: inline-block;
    height: 88px;
    width: 88px;
    line-height: 88px;
    text-align: center;
   background: #fd0075 url(./assets/images/gywmicon1.png) no-repeat center center;
    color: #fff;
    font-size: 45px;
    position: relative;
    transition: .5s;
}

.about-icon i:hover {
    background: #052f5f url(./assets/images/gywmicon1.png) no-repeat center center;
}




.about-icon i:after {
    position: absolute;
    content: "";
    height: 88px;
    width: 88px;
    border: 1px solid #fd0075;
    top: 7px;
    left: 7px;
    transition: .5s;
    z-index: -1;
}

.about-icon i:hover:after {
    top: 0;
    left: 0;
    border: 1px solid #052f5f;
}

.about-content h2 {
    font-size: 22px;
    margin: 35px 0 28px;
    line-height: 1.4;
    position: relative;
}

.about-content h2:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 55px;
    top: 70px;
    left: 0;
    background: #ff0075;
}

/*owl dots*/
.owl-dots {
    position: relative;
    top: 45px;
}

.owl-dot {
    height: 3px;
    width: 20px;
    line-height: 10px;
    background: #b4c0cf;
    margin-right: 6px;
    display: inline-block;
    border-radius: 10px;
    transition: .5s;
}

.owl-dot.active {
    height: 12px;
    width: 12px;
    border-radius: 100%;
    background: #fd0075;
    position: relative;
    top: 5px;
}

/*start feature section*/
.feature-section {
    background: url(assets/images/about/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-btn a {
    background: #ff0075;
    color: #fff;
    display: inline-block;
    padding: 15px 33px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0 30px 0 30px;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 10px 0 31px rgb(255 0 18 / 25%);
}

.feature-btn a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    right: 0;
    top: 0;
    transition: .5s;
    background: #052f5f;
    z-index: -1;
    border-radius: 0 30px 0 30px;
}

.feature-btn a:hover:after {
    width: 100%;
    left: 0;
}

.feature-btn a i,.call-btn a i {
    margin-left: 7px;display: inline-block; width: 10px; height: 10px; vertical-align: middle; background: url(./assets/images/jtr.png) no-repeat center center; margin-top: -4px;
}
.about-btn a i{
    margin-left: 7px;display: inline-block; width: 10px; height: 10px; vertical-align: middle; background: url(./assets/images/jtr.png) no-repeat center center;margin-top: -4px;
}
.team-btn a i,.blog-btn a i{
    margin-left: 7px;display: inline-block; width: 10px; height: 10px; vertical-align: middle; background: url(./assets/images/jtr2.png) no-repeat center center;margin-top: -4px;
}
/*feature section style two*/
.feature-section.style-two {
    background: url(assets/images/back.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-section.style-two .single-feature-box {
    background: #FFF8FD;
    box-shadow: none;
    padding: 36px 29px 15px 90px;
    transition: .5s;
    position: relative;
    margin-left: 20px;
}

.feature-section.style-two .single-feature-box:before {
    position: absolute;
    content: "";
    background: #F5F8FF;
}

.feature-section.style-two .single-feature-box:hover:before {
    width: 100%;
    left: 0;
}

.feature-section.style-two .single-feature-box:hover .feature-content h2 {
    color: #072348;
}

.feature-section.style-two .single-feature-box:hover .feature-content p {
    color: #161A1D;
}



.feature-section.style-two .feature-btn a {
    background: #063060;
    padding: 16px 38px;
    box-shadow: 10px 0 30px rgb(0 0 0 / 25%);
    border-radius: 30px;
}

.feature-section.style-two .feature-btn a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 61px;
    left: 0;
    top: 0;
    transition: .5s;
    background: #FF0177;
    z-index: -1;
    border-radius: 30px;
}

.feature-section.style-two .feature-btn a:hover:after {
    width: 100%;
}

.feature-section.style-two .feature-icon {
    margin-right: 0;
    margin-top: 3px;
    z-index: 1;
    position: absolute;
    left: -10px;
}

.feature-section.style-two .feature-icon i {
    height: 87px;
    width: 87px;
    line-height: 87px;
    background:#EF177A;
    color: #fff;
    font-size: 45px;
    position: relative;
    border-radius: 100%; 
}


.feature-section.style-two .col-lg-4:nth-child(1) .feature-icon i { background:#EF177A url(./assets/images/ywicon1.png) no-repeat center center; }

.feature-section.style-two .col-lg-4:nth-child(1) .single-feature-box:hover .feature-icon i {
    background: #063062 url(./assets/images/ywicon1.png) no-repeat center center;
}

.feature-section.style-two .col-lg-4:nth-child(2) .feature-icon i { background:#EF177A url(./assets/images/ywicon2.png) no-repeat center center; }

.feature-section.style-two .col-lg-4:nth-child(2) .single-feature-box:hover .feature-icon i {
    background: #063062 url(./assets/images/ywicon2.png) no-repeat center center;
}

.feature-section.style-two .col-lg-4:nth-child(3) .feature-icon i { background:#EF177A url(./assets/images/ywicon3.png) no-repeat center center; }

.feature-section.style-two .col-lg-4:nth-child(3) .single-feature-box:hover .feature-icon i {
    background: #063062 url(./assets/images/ywicon3.png) no-repeat center center;
}
.feature-section.style-two .col-lg-4:nth-child(4) .feature-icon i { background:#EF177A url(./assets/images/ywicon4.png) no-repeat center center; }

.feature-section.style-two .col-lg-4:nth-child(4) .single-feature-box:hover .feature-icon i {
    background: #063062 url(./assets/images/ywicon4.png) no-repeat center center;
}
.feature-section.style-two .col-lg-4:nth-child(5) .feature-icon i { background:#EF177A url(./assets/images/ywicon5.png) no-repeat center center; }

.feature-section.style-two .col-lg-4:nth-child(5) .single-feature-box:hover .feature-icon i {
    background: #063062 url(./assets/images/ywicon5.png) no-repeat center center;
}




.feature-section .col-lg-6:nth-child(1) .single-feature-box .feature-icon i.flaticon-human-resources {
    background: #F4F7FC url(./assets/images/fuwuicon4_h.png) no-repeat center center;
}
.feature-section .col-lg-6:nth-child(1):hover .single-feature-box .feature-icon i.flaticon-human-resources {
    background: #EF177D url(./assets/images/fuwuicon4_b.png) no-repeat center center;
}

.feature-section .col-lg-6:nth-child(2) .single-feature-box .feature-icon i.flaticon-human-resources {
    background: #F4F7FC url(./assets/images/fuwuicon5_h.png) no-repeat center center;
}
.feature-section .col-lg-6:nth-child(2):hover .single-feature-box .feature-icon i.flaticon-human-resources {
    background: #EF177D url(./assets/images/fuwuicon5_b.png) no-repeat center center;
}

.feature-section .col-lg-6:nth-child(3) .single-feature-box .feature-icon i.flaticon-human-resources {
    background: #F4F7FC url(./assets/images/fuwuicon6_h.png) no-repeat center center;
}
.feature-section .col-lg-6:nth-child(3):hover .single-feature-box .feature-icon i.flaticon-human-resources {
    background: #EF177D url(./assets/images/fuwuicon6_b.png) no-repeat center center;
}
.feature-section .col-lg-6:nth-child(4) .single-feature-box .feature-icon i.flaticon-human-resources {
    background: #F4F7FC url(./assets/images/fuwuicon7_h.png) no-repeat center center;
}
.feature-section .col-lg-6:nth-child(4):hover .single-feature-box .feature-icon i.flaticon-human-resources {
    background: #EF177D url(./assets/images/fuwuicon67_b.png) no-repeat center center;
}



.feature-section.style-two .feature-icon i:after {
    display: none;
}

/*feature section right side*/
.single-feature-box {
    background: #fff;
    box-shadow: 10px 0 40px rgb(0 0 0 /7%);
    margin-bottom: 30px;
    padding: 28px 21px 15px 21px;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.single-feature-box:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    right: 0;
    top: 0;
    transition: .5s;
    background: #052f5f;
    z-index: -1;
}

.single-feature-box:hover:before {
    width: 100%;
    left: 0;
}

.single-feature-box:hover .feature-icon i,
.single-feature-box:hover .feature-content h2,
.single-feature-box:hover .feature-content p {
    color: #fff;
}

.single-feature-box:hover .feature-icon i {
    background: #EF177D;
}

.feature-icon {
    margin-right: 24px;
    margin-top: 3px;
    z-index: 1;
    position: relative;
}

.feature-icon i {
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    background: #F4F7FC;
    display: inline-block;
    color: #EF177D;
    font-size: 50px;
    transition: .5s;
    position: relative;
}

.feature-icon i:after {
    position: absolute;
    content: "";
    height: 90px;
    width: 90px;
    border: 1px solid #ff0176;
    top: 6px;
    left: 7px;
    transition: .5s;
    z-index: -1;
}

.feature-content h2 {
    font-size: 22px;
    margin: 0 0 26px;
    position: relative;
    display: inline-block;
}

.feature-content h2:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 45px;
    top: 41px;
    left: 0;
    background: #fd0075;
}

.feature-content p {
    transition: .5s; height: 78px; line-height: 26px; overflow: hidden;
}

/*start testi section*/
.testi-section {
    background: url(assets/images/testi/bg.png);
    background-repeat: no-repeat;
    position: relative;
    z-index: 22;
    margin-top: -129px;
}

.single-testi-box {
    background: #052850;
    padding: 62px 26px 36px 31px;
    padding: 36px 26px 36px 31px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin: 42px 0 0;
}

.single-testi-box:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    transition: .5s;
    z-index: -1;
    background: #ef177e;
}

.single-testi-box:hover:before {
    width: 100%;
    left: 0;
}

.single-testi-box:hover .testi-thumb:before {
    border: 1px solid #fff;
}

.single-testi-box:hover .testi-icon ul li {
    color: #fff;
}

.single-testi-box:hover .testi-inner-content {
    border-top: 1px solid #fff;
}

.single-testi-box:hover .testi-inner-content span {
    color: #fff;
}

.thumb {
    position: absolute;
    top: -38px;
    transition: .5s;
}

.testi-thumb {
    position: relative;
    z-index: 1;
}

.testi-thumb:before {
    position: absolute;
    content: "";
    top: 6px;
    left: 7px;
    height: 82px;
    width: 81px;
    border: 1px solid #ef177d;
    z-index: -1;
    transition: .5s;
}

.testi-thumb img {
    position: absolute;
}

.testi-content p {
    color: #fff;
    margin: 13px 0 18px;
}

.testi-inner-content {
    border-top: 1px solid #2A486A;
    padding-top: 18px;
    transition: .5s;
}

.testi-inner-content h2 {
    font-size: 22px;
    color: #fff;
    margin: 0 0 19px;
    position: relative;
}

.testi-inner-content h2:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 60px;
    background: #ef177d;
    top: 36px;
    left: 0;
}

.testi-inner-content span {
    color: #ef177e;
    margin: 0;
    transition: .5s;
}

.testi-icon {
    position: absolute;
    right: 28px;
    bottom: 50px;
    transition: .5s;
}

.testi-icon ul li {
    display: inline-block;
    color: #ef177e;
    font-size: 15px;
    transition: .5s;
}

/*testi shape*/
.testi-section .shape {
    position: absolute;
    top: 26%;
    left: 10%;
}

.testi-section .shape2 {
    position: absolute;
    top: 41%;
}

/*testi owl dots*/
.testi_list .owl-dots {
    position: relative;
    top: 63px;
    text-align: center;
}

/*testimonial section*/
.testi-section.style-two {
    background: transparent;
    margin-top: 0;
}

.testi-section.style-two .single-testi-box {
    background: #FDF4F7;
    padding: 37px 16px 36px 106px;
    margin: 0 0 30px;
    border-radius: 7px 7px 7px 0;
}

.testi-section.style-two .single-testi-box:before {
    display: none;
}

.testi-section.style-two .single-testi-box:after {
    content: '';
    bottom: -30px;
    top: auto;
    border-color: #FDF4F7 transparent transparent #FDF4F7;
    display: block;
    position: absolute;
    left: 0;
    margin-left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px;
}

.testi-section.style-two .single-testi-thumb-two {
    margin-right: 3px;
}

.testi-section.style-two .testi-inner-content {
    border-top: none;
}

.testi-section.style-two .testi-thumb:before {
    display: none;
}

.testi-section.style-two .testi-thumb {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.testi-section.style-two .single-testi-thumb-two img {
    border-radius: 100%;
    width: 86%;
}

.testi-section.style-two .testi-inner-content h2 {
    color: #FF0076;
    margin: 0 0 4px;
}

.testi-section.style-two .testi-inner-content h2:before {
    display: none;
}

.testi-section.style-two .testi-content-text p {
    color: #06305f;
    margin: 0 0 28px;
    font-size: 18px;
}

.single-testi-thumb {
    position: relative;
    left: -176px;
    top: 25px;
}

.testimonial-content {
    overflow: hidden;
}

.single-testi-inner-content h2 {
    color: #ff0076;
    font-size: 22px;
    margin: 0 0 3px;
}

.testi-section.style-two .shape5 {
    position: absolute;
    top: 18%;
    left: 6%;
}

.testi-section.style-two .shape3 {
    position: absolute;
    top: 142px;
    z-index: -1;
    left: 181px;
}

.testi-section.style-two .owl-dots {
    top: 6px;
    left: 50px;
}

/*testimonial aection upper*/
.testi-section.upper {
    background: transparent;
}

.testi-section.upper .testi_list .owl-dots {
    top: 17px;
}

/*testimonial section style four*/
.testi-section.style-four {
    background: transparent;
    margin-top: 0;
}

/*start brand section*/
.brand-section {
    background: #FFF6FA;
    position: relative;
    margin-top: -108px;
}

/*brand section style three*/
.brand-section.style-three {
    background: transparent;
    margin-top: 0;
}

/*start choose section*/
.choose-section {
    background: url(assets/images/choose/bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.choose-section .dreamit-section-content-text p {
    font-size: 16px;
    margin: 10px 0 5px;
    width: 105%;
}

.row.upper {
    border-top: 2px solid #E2E4EA;
    margin-top: 19px;
}

.choose-section .single-choose-box {
    text-align: center;
    margin-bottom: 30px;
    transition: .5s;
}

.choose-section .choose-counter-title h1 {
    font-size: 40px;
    margin: 41px 0 0;
}

.choose-section .single-choose-box .choose-icon {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.choose-section .single-choose-box .choose-icon i {
    display: inline-block;
    height: 120px;
    width: 120px;
    line-height: 120px;
    text-align: center;
    transition: .5s;
    background: #fff;
    box-shadow: 10px 0 60px rgb(0 0 0/10%);
    color: #ED197F;
    font-size: 55px;
}

.choose-section .single-choose-box .choose-icon i:after {
    position: absolute;
    content: "";
    height: 120px;
    width: 120px;
    border: 1px solid #F63F96;
    transition: .5s;
    left: 9px;
    z-index: -1;
    top: 9px;
}


.choose-section .col-lg-4.col-md-6:nth-child(1) .single-choose-box .choose-icon i{
	background: url(./assets/images/gywmicon5.png) no-repeat center center;
}
.choose-section .col-lg-4.col-md-6:nth-child(2) .single-choose-box .choose-icon i{
	background: url(./assets/images/gywmicon6.png) no-repeat center center;
}
.choose-section .col-lg-4.col-md-6:nth-child(3) .single-choose-box .choose-icon i{
	background: url(./assets/images/gywmicon7.png) no-repeat center center;
}


.service-section .col-lg-4.col-md-6:nth-child(1) .single-service-box .service-icon i{
	background: #ff0075 url(./assets/images/fuwuicon1.png) no-repeat center center;
}
.service-section .col-lg-4.col-md-6:nth-child(2) .single-service-box .service-icon i{
	background: #ff0075 url(./assets/images/fuwuicon2.png) no-repeat center center;
}
.service-section .col-lg-4.col-md-6:nth-child(3) .single-service-box .service-icon i{
	background: #ff0075 url(./assets/images/fuwuicon3.png) no-repeat center center;
}


.choose-section .single-choose-box .choose-icon i:hover:after {
    left: 0;
    top: 0;
}

/*right site*/
.choose-section .single-choose-thumb {
    position: relative;
    left: 55px;
    top: -4px;
}

/*shape*/
.choose-shape {
    position: absolute;
    top: 63px;
    right: 63px;
}

.choose-shape2 {
    position: absolute;
    right: 209px;
    top: 46%;
}

.choose-shape3 {
    position: absolute;
    left: 134px;
    top: 33%;
}

/*counter title*/

.counter-title h2 {
    font-size: 24px;
    margin: 41px 0 8px;
    font-weight: 600;
}

/*upper11*/
.row.upper11 {
    border-bottom: 1px solid #E6E9EE;
    position: relative;
    top: 81px;
}

/*=============================================*/
/*<!------Start-brand-Area------->
/*=============================================*/
.brand-area.style-two {
    background: #f6f6f6;
}

/*brand section style two*/
.brand-section.style-two {
    background: transparent;
}

.brand-section.style-two .row.upper5 {
    border-top: 1px solid #E6EAEF;
    padding-top: 102px;
}

/* start team section*/
.team-section {
    background: url(assets/images/team/bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.single-team-box {
    transition: .5s;
    margin-bottom: 30px;
}

.team-thumb {
    margin-bottom: 23px;
}

.single-team-box:hover .team-btn a:after {
    width: 100%;
}

.single-team-box:hover .team-content h2,
.single-team-box:hover .team-btn a {
    color: #FF0076;
}

.team-content span {
    color: #191919;
    font-size: 16px;
    font-family: 'Rubik';
    position: relative;
    z-index: 1;
}

.team-content span:before {
    position: absolute;
    content: "";
    top: 13px;
    right: -37px;
    transition: .5s;
    height: 2px;
    width: 30px;
    z-index: -1;
    background: #FF0076;
}

.team-content h2 {
    font-size: 26px;
    margin: 6px 0 12px;
    transition: .5s;
}

.team-content p {
    margin: 0 0 14px;
}

.team-btn a {
    color: #191919;
    font-size: 16px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.team-btn a i {
    font-size: 13px;
    margin-left: 7px;
}

.team-btn a:after {
    position: absolute;
    content: "";
    top: 27px;
    left: 0;
    transition: .5s;
    height: 2px;
    width: 50px;
    z-index: -1;
    background: #FF0076;
}

/*====================================================
--<Portfolio Area Css -->
======================================================*/
/* Portfolio Nav */
.portfolio_area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.portfolio_area .dreamit-section-sub-title h5:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 55px;
    top: 15px;
    left: -61px;
    background: #ff0075;
}

.dreamit-single-portfolio {
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 2px 0 20px rgb(0 0 0 / 4%);
    transition: .5s;
}

.dreamit-single-portfolio:hover {
    box-shadow: 2px 0 33px rgb(0 0 0 / 16%);
}

.dreamit-single-portfolio:hover .portfolio-content {
    bottom: 0;
    opacity: 1;
}

.dreamit-single-portfolio:hover .fortfolio-addrees {
    right: 0;
}

.dreamit-portfolio-thumb {
    position: relative;
    height: 0;
    padding-bottom: 71%;
    overflow: hidden;
}

.dreamit-portfolio-thumb:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background: rgb(252, 253, 254, 0.4);
    top: 0;
    left: 0;
    transition: .5s;
    opacity: 0;
    z-index: 1;
}

.dreamit-portfolio-thumb img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dreamit-single-portfolio:hover .dreamit-portfolio-thumb:before {
    opacity: 1;
}

.portfolio_nav {
    margin-bottom: 41px;
}

.portfolio_menu ul {
    text-align: center;
    list-style: none;
}

.portfolio_menu ul li {
    display: inline-block;
    margin: 0 14px;
    cursor: pointer;
}

.portfolio_menu ul li a {
    display: block;
    color: #191919;
    text-transform: uppercase;
    position: relative;
    transition: .5s;
}

.portfolio_menu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 24px;
    height: 2px;
    width: 0%;
    background: #191919;
    transition: .5s;
}

.portfolio_nav ul li {
    background: transparent;
    border: medium none;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
    margin: 12px 60px 12px 0;
    margin-bottom: 7px;
    display: inline-block;
    border-radius: 5px;
    color: #001d23;
}

.portfolio_nav ul li:before {
    position: absolute;
    content: "";
    top: 25px;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    transition: .5s;
    background: #ef177e;
}

.portfolio_nav ul li.current_menu_item:before,
.portfolio_nav ul li:hover:before {
    left: 0;
    width: 100%;
}

.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item,
.portfolio_nav ul li.current_menu_item a {
    color: #ef177e;
    position: relative;
}

.portfolio-content {
    padding: 86px 0 17px 26px;
    padding: 56px 15px 10px;
    background: #fff;
    position: absolute;
    width: 100%;
    bottom: -59%;
    clip-path: polygon(0% 1%, 113% 31%, 100% 100%, 0 101%);
    z-index: 2;
    opacity: 0;
    transition: .5s;
}

.portfolio-content h2 {
    font-size: 24px;
    color: #ef177e;
    margin: 0 0 12px;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.portfolio-content p {
    font-size: 15px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.fortfolio-addrees {
    position: absolute;
    top: 134px;
    top: auto;
    bottom: 100px;
    right: -128px;
    background: #052f5f;
    height: 100px;
    width: 126px;
    text-align: center;
    line-height: 85px;
    clip-path: polygon(0% 72%, 101% 4%, 100% 100%, 0 72%);
    z-index: 1;
    transition: .5s;
}

.fortfolio-addrees ul li a {
    color: #fff;
    position: relative;
    left: 33px;
    top: 9px;
    font-size: 18px;
    display: inline-block;
}

.portfolio_area .shape {
    position: absolute;
    top: 73px;
    left: 10%;
    z-index: -1;
}

.portfolio_area .shape2 {
    position: absolute;
    top: 40%;
    right: 11%;
    z-index: -1;
}

/*portfoliop section style two*/
.portfolio_area.style-two {
    background: linear-gradient(-70deg, #EF177D, #FFCB5A, #F1B7C1, #EF177E);
    background-size: 400% 400%;
    animation: gradient 20s ease infinite;
}

.portfolio_area.style-two .dreamit-single-portfolio {
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 2px 0 20px rgb(0 0 0 / 4%);
    transition: .5s;
    border-top: 5px solid #FF0075;
}

.single-portfolio-content {
    position: absolute;
    bottom: 0; width: 100%;
    transition: .5s;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0;
    -webkit-transform: perspective(500px) rotateX(-90deg);
    -khtml-transform: perspective(500px) rotateX(-90deg);
    -moz-transform: perspective(500px) rotateX(-90deg);
    -ms-transform: perspective(500px) rotateX(-90deg);
    -o-transform: perspective(500px) rotateX(-90deg);
    transform: perspective(500px) rotateX(-90deg);
    background: #052f5f;
    z-index: 1;
}

.dreamit-single-portfolio:hover .single-portfolio-content {
    opacity: 1;
    -webkit-transform: perspective(500px) rotateX(0);
    -khtml-transform: perspective(500px) rotateX(0);
    -moz-transform: perspective(500px) rotateX(0);
    -ms-transform: perspective(500px) rotateX(0);
    -o-transform: perspective(500px) rotateX(0);
    transform: perspective(500px) rotateX(0);
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s;

}

.portfolio-content-two {
    background: #063060;
    padding: 55px 19px 17px 37px;
    padding: 25px 15px 10px 15px;
    position: relative;
}

.portfolio-content-two h2 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 22px;
    position: relative;
    display: inline-block;
}

.portfolio-content-two h2:before {
    position: absolute;
    content: "";
    bottom: -7px;
    left: 0;
    height: 2px;
    width: 62px;
    background: #EF177D;
}

.portfolio-content-two p {
    color: #fff;
}

.fortfolio-addrees-two {
    position: absolute;
    top: -33px;
    top: -30px;
    left: 0;
    transform: translateX(44%);
    right: 0;
    margin: auto;
}

.fortfolio-addrees-two ul li {
    display: inline-block;
}

.portfolio_area.style-two .fortfolio-addrees-two ul li a {
    left: 0;
    top: 0;
    background:#EF177D url(./assets/images/gengduo.png) no-repeat center center;
    height: 57px;
    width: 57px;
    text-align: center;
    line-height: 57px;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
    width: 47px;
    height: 47px;
    line-height: 47px;
}

@keyframes gradient {
    0% {
        background-position: 10% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    75% {
        background-position: 50% 50%;
    }
    100% {
        background-position: 30% 50%;
    }
}

/*start map section*/
.map-section {
    position: relative;
    margin-bottom: -124px;
}

/*start call section*/
.call-section {
    padding: 0px 265px 0 243px;
}

.row.upper2 {
    background: url(assets/images/call/call.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 102px 0 79px 100px;
}

.call-section .dreamit-section-main-title h1 {
    font-size: 42px;
    margin: 0;
}

.call-btn a {
    background: #ff0075;
    color: #fff;
    display: inline-block;
    padding: 15px 33px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0 30px 0 30px;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 10px 0 30px rgb(0 0 0 / 14%);
}

.call-btn a i {
    margin-left: 9px;
    display: inline-block;
}

.call-btn a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    right: 0;
    top: 0;
    transition: .5s;
    background: #fff;
    z-index: -1;
    border-radius: 0 30px 0 30px;
}

.call-btn a:hover:after {
    width: 100%;
    left: 0;
}

.call-btn a:hover {
    color: #ff0075;
}

/*start call section style two*/
.call-section.style-two {
    background: url(assets/images/call/call2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 124px 0 94px;
    position: relative;
}

.call-section.style-two .dreamit-section-sub-title h5:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 55px;
    top: 15px;
    left: -61px;
    background: #ff0075;
}

.call-section.style-two .dreamit-section-main-title h1 {
    font-size: 48px;
    margin: 6px 0 38px;
}

.call-section.style-two .call-btn a {
    background: #063060;
    padding: 17px 38px;
    border-radius: 30px;
    transition: .5s;
    position: relative;
    box-shadow: 0px 0 24px rgb(0 0 0 / 25%);
}

.call-section.style-two .call-btn a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 61px;
    left: 0;
    background: #FF0177;
    border-radius: 30px;
}

.call-section.style-two .call-btn a:hover:after {
    width: 100%;
}

.call-section.style-two .call-btn a:hover {
    color: #fff;
}

/*call shape*/
.call-shape {
    position: absolute;
    bottom: 0;
    animation: moveLeftBounce 3s linear infinite;
}

/*blog section*/
.blog-section {
    background: url(assets/images/blog/blog-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-blog-box {
    margin-bottom: 30px;
    transition: .5s;
    box-shadow: 0 14px 25px rgb(0 0 0 / 7%);
}

.blog-thumb {
    position: relative;
    z-index: 1;
    transition: .5s;
}

.blog-thumb img {
    width: 100%;
}

.blog-thumb:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .3) 41%, #fff 71%);
    left: 0px;
    top: 0;
    transition: all 2s ease-in-out;
}

.single-blog-box:hover .blog-thumb:before {
    background: linear-gradient(to top, #F13B92 41%, rgba(0, 0, 0, .1) 85%);
}

.single-blog-box:hover .blog-title h2,
.single-blog-box:hover .blog-btn a,
.single-blog-box:hover .blog-content-text p {
    color: #fff;
}

.single-blog-box:hover .blog-title h2:before {
    background: #fff;
}
.blog-content-text{ margin-bottom: 10px; color: #333; line-height: 26px; height: 78px; overflow: hidden; position: relative; z-index: 99; }
.blog-content-text p {
    color: #333;
}
.blog-btn{position: relative; z-index: 99; }
/*blog meta*/
.blog-meta {
    height: 91px;
    width: 88px;
    background: #ef177d;
    text-align: center;
    padding: 18px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-left-radius: 30px;
}

.meta-content h4 {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    margin: 0px 0 0;
}

.meta-content span {
    color: #fff;
    font-size: 16px;
}

/*blog content*/
.blog-content {
   
    padding: 15px;
}

.blog-title h2 {
    font-size: 18px !important; line-height: 26px; height: 52px; overflow: hidden;
    margin: 0 0 20px;
    position: relative;
    transition: .5s;
}
.footer.pt-235{ padding-top: 165px; }
.blog-title h2:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 75px;
    bottom: -8px;
    left: 0;
    background: #ef177e;
    transition: .5s;
}

.blog-btn a {
    display: inline-block;
    transition: .5s;
    color: #06305f;
    font-size: 16px;
}

.blog-btn a i {
    font-size: 13px;
    margin-left: 5px;
    display: inline-block;
}

.blog-btn a:hover {
    color: #ef177e;
}

.erweimaxianshi22{ position: absolute; left: 0; text-align: center;top: 50%; transform: translateY(-50%); width: 100%; height: 100%; }

/*blog section style two*/
.blog-section.style-two {
    background: url(assets/images/blog/blog2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 0;
}

.blog-section.style-two .owl-dots {
    position: relative;
    top: 0;
    text-align: center;
}

.blog-section.style-two .owl-dot {
    height: 15px;
    width: 15px;
    line-height: 15px;
}

.blog-section.style-two .owl-dot.active {
    height: 16px;
    width: 16px;
    line-height: 16px;
    top: 0;
}

/*start call do action*/
.call-do-action {
    position: relative;
    margin-bottom: -127px;
}

.row.upper4 {
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0/14%);
    padding: 46px 46px 19px 37px;
}

.call-do-action .dreamit-section-main-title h1 {
    font-size: 42px;
    margin: 0;
}
.cll-do-icon{ margin-bottom: 15px; }
.cll-do-icon i {
    display: inline-block;
    color: #EE177E;
    width: 38px; height: 38px; vertical-align: middle;
}

.call-do-content h2 {
    margin: 0 0 7px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
}
.call-do-action .col-lg-7 .row .col-lg-4.wow:nth-child(1) .cll-do-icon i{ background: url(./assets/images/wangzhi.png) no-repeat center center; }
.call-do-action .col-lg-7 .row .col-lg-4.wow:nth-child(2) .cll-do-icon i{ background: url(./assets/images/dianhua2.png) no-repeat center center; }
.call-do-action .col-lg-7 .row .col-lg-4.wow:nth-child(3) .cll-do-icon i{ background: url(./assets/images/dizhi.png) no-repeat center center; }


.single-call-box {
    margin-top: -20px;
}

/*start call section*/
.call-do-section.style-three {
    background: url(assets/images/call/style-three.png);
    position: relative;
    z-index: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.call-do-section.style-three .dreamit-section-main-title h1 {
    font-size: 48px;
    margin: 0;
}

/*call shape*/
.call-do-section.style-three .call-shape {
    left: -256px;
    z-index: -1;
}

/*start contact form section*/
.contact-section {
    position: relative;
    background: url(assets/images/contact.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dreamit-section-main-title h2 {
    font-size: 42px;
    margin: 0;
}

.contact-section .dreamit-section-content-text p {
    text-align: justify;
    margin: 13px 0 0px;
}

.contact-section .dreamit-section-sub-title h5 {
    margin: 0 0 18px;
}

.single-contact-box {
    margin-bottom: 43px;
    transition: .5s;
}

.single-contact-box:hover .contact-icon i {
    background: #FFEEF6 url(./assets/images/dizhi.png) no-repeat center center;
}

.single-contact-from-box {
    box-shadow: 6px 7px 15px 0px rgb(7 41 85 / 6%);
    padding: 63px 58px 43px 57px;
    border-radius: 10px;
    position: absolute;
    top: -435px;
    z-index: 2;
    background: #fff;
}

.contact-icon i {
    display: inline-block;
    background: #ECF4FF url(./assets/images/dizhi.png) no-repeat center center;
    height: 85px;
    width: 85px;
    text-align: center;
    line-height: 85px;
    font-size: 45px;
    border-radius: 100%;
    transition: .5s;
    color: #FF0177;
}

.contact-section .row .col-lg-6.wow:nth-child(1) .single-contact-box .contact-icon i {  background: #ECF4FF url(./assets/images/ywicon42.png) no-repeat center center; background-size: 38px auto; }
.contact-section .row .col-lg-6.wow:nth-child(1) .single-contact-box:hover .contact-icon i {
    background: #FFEEF6 url(./assets/images/ywicon42.png) no-repeat center center;
}


.contact-section .contact-content h2 {
    font-size: 24px;
    margin: 23px 0 6px;
    font-weight: 600;
}

/*form*/
.form-control {
    display: block;
    height: 53px;
    padding: 17px 26px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    border: 1px solid #EBEBEB;
    border-radius: 30px;
    margin-bottom: 14px;
}

.contact-section .form-control:focus {
    color: #495057;
    border-color: #EF177D;
    box-shadow: none;
}

.form-title {
    font-size: 15px;
    margin: 0 0 11px;
}

.btn {
    background: #063060;
    color: #fff;
    display: inline-block;
    padding: 17px 34px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 10px 0 30px rgb(0 0 0 / 14%);
}

.btn:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 62px;
    left: 0;
    top: 0;
    background: #FF0177;
    border-radius: 30px;
    z-index: -1;
    transition: .5s;
}

.btn:hover {
    color: #fff;
    text-decoration: none;
    border-color: #FF0177;
}

.btn:hover:after {
    width: 100%;
}

.quote_btn .btn i {
    margin-left: 7px;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.contact-section textarea#message {
    height: 137px;
}

/*placeholder*/
.form-control::placeholder {
    color: #191919;
    font-size: 15px;
}

/*contact form style two*/
/*right site*/
.contact-section.style-two .single-contact-from-box {
    top: 0;
    position: inherit;
    padding: 34px 38px 25px 38px;
    border-radius: 5px;
}

.contact-section.style-two textarea#message {
    height: 80px;
}

.contact-section.style-two .form-control {
    height: 41px;
    margin-bottom: 10px;
}

.contact-section.style-two .dreamit-section-main-title h2 {
    font-size: 30px;
    margin: 0;
}

.contact-section.style-two .btn {
    padding: 12px 34px;
}

.contact-section.style-two .btn:after {
    width: 49px;
}

.contact-section.style-two .btn:hover:after {
    width: 100%;
}

/*left site*/
.contact-section.style-two .single-conpany-info-box {
    background: #063060;
    padding: 44px 0 29px 46px;
}

.contact-section.style-two .single-conpany-info-box .single-info-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    margin-bottom: 32px;
    padding-top: 9px;
    width: 90%;
}

.contact-section.style-two .single-conpany-info-box .info-icon {
    margin-right: 24px;
    margin-top: 10px;
}

.contact-section.style-two .single-conpany-info-box .info-icon i {
    display: inline-block;
    font-size: 40px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #EF177D;
    color: #fff;
    border-radius: 4px; background-size: 35px auto;
}

.contact-section.style-two  .single-conpany-info-box .single-info-box:nth-child(1) .info-icon i {
	background: #EF177D url(./assets/images/dizhibs.png) no-repeat center center;
}
.contact-section.style-two  .single-conpany-info-box .single-info-box:nth-child(2) .info-icon { margin-top: 0; }
.contact-section.style-two  .single-conpany-info-box .single-info-box:nth-child(2) .info-icon i {
	background: #EF177D url(./assets/images/dhicon1.png) no-repeat center center;
}
.contact-section.style-two  .single-conpany-info-box .single-info-box:nth-child(3) .info-icon i {
	background: #EF177D url(./assets/images/ywicon2.png) no-repeat center center;
}

.contact-section.style-two .single-conpany-info-box .info-content h4 {
    font-size: 20px;
    margin: 0 0 7px;
    color: #fff;
}

.contact-section.style-two .single-conpany-info-box .info-content p {
    color: #fff;
}

/*start slider area*/
.breatcome-area {
    background: url(assets/images/slider-2.png);
    padding: 139px 0 139px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breatcome-content-title h1 {
    font-size: 45px;
    margin: 0 0 20px;
}

.breatcome-content-text ul li {
    display: inline-block;
}

.breatcome-content-text ul li i {
    font-size: 13px;
    margin: 0 5px;
}

.breatcome-content-text ul li a {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #191919;
}

.breatcome-content-text ul li span {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

/*start blog details*/
.single-blog-details-box {
    border: 2px solid #F6F6F6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.details-thumb img {
    width: 100%;
}

.blog-details-meta a {
    margin-right: 18px;
}

.blog-details-meta a i {
    margin-right: 8px;
}

.blog-details-meta span i {
    margin-right: 8px;
    transition: .5s;
}

.blog-details-meta a:hover {
    color: #EF177D;
}

.blog-details-meta span i:hover {
    color: #EF177D;
}

.blog-details-content {
    padding: 24px 30px 43px 33px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.blog-details-title a h2 {
    font-size: 40px;
    margin: 0 0 18px;
}

.blog-details-content-text p {
    text-align: justify;
    margin: 10px 0 14px;
}
.blog-details-content-text img{
    max-width: 100% !important;
    height: auto;
}

.blog-details-content-text-inner p {
    text-align: justify;
    margin: 0 0 12px;
}

.blog-details-title h2 {
    font-size: 24px;
    margin: 17px 0 16px;
}

.row.upper10 {
    margin-top: 19px;
}

.blog-details-title.two h2 {
    margin: 6px 0 17px;
}

.blog-details-social-address {
    border-top: 1px solid #e6e6e6;
    margin-top: 33px;
}

.blog-details-social-address ul li {
    display: inline-block;
}

.blog-details-social-address ul li a {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 1px solid #050505;
    text-align: center;
    transition: .5s;
    margin-right: 10px;
    border-radius: 3px;
    font-size: 15px;
    color: #050505;
}

.blog-details-social-address ul li a:hover {
    background: #EF177D;
    border-color: #EF177D;
    color: #fff;
}

/*contact form section*/
.contact_title h1 {
    font-size: 24px;
    margin: 0 0 40px;
}

.blog-details-section .form-control:focus {
    border-color: #FF0177;
    box-shadow: 0 0 0 0.2rem rgb(239 23 125 / 23%);
}

/*sideber right site*/
.sidebar-search {
    position: relative;
}

button.btn2 {
    position: absolute;
    right: 18px;
    top: 9px;
    border: none;
    background: transparent;
    font-size: 20px;
}

.blog-details-section .sidebar-search-box {
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    padding: 36px 32px 25px;
    border-radius: 3px;
    margin-bottom: 30px;
}

.blog-details-section .sidebar-box {
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    padding: 36px 32px 19px;
    margin-bottom: 30px;
    border-radius: 3px;
}

.blog-details-section .sidebar-title h2 {
    font-size: 24px;
    margin: 0 0 16px;
}

.sidebar-content-text p {
    font-size: 15px;
}

.blog-details-section .sidebar-category ul li {
    margin-bottom: 6px;
    list-style: none;
}

.blog-details-section .sidebar-category ul li a {
    font-weight: 400;
}

.blog-details-section .sidebar-category ul li a:hover {
    color: #EF177D;
}

/*start resent post*/
.blog-details-section .sidebar-thumb-title a h2 {
    font-size: 18px;
    margin: 0 0 3px;
    display: inline-block;
    transition: .5s;
}

.sidebar-thumb img {
    width: 100%;
}

.sideber-thumb-content {
    padding: 18px 14px 0;
}

.blog-details-section .owl-dots {
    top: -4px;
    left: 16px;
}

/*pagination*/
.pagination {
    text-align: center;
    display: block;
}

.page-number ul li {
    display: inline-block;
    margin-right: 9px;
}

.page-number ul li a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #ef177d;
    display: inline-block;
    font-size: 20px;
    border-radius: 4px;
    transition: .5s;
}

.page-number ul li a:hover {
    background: #EF177D;
    color: #fff;
}

a.active {
    background: #ef177d;
    color: #fff;
}

/*page*/
.page {
    text-align: center;
    margin-top: 30px;
}

.page a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    background: #ffffff;
    color: #0b2b4d;
    font-size: 14px;
    margin-bottom: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.page a:hover, .page a.current {
    background: #ef177d;
    color: #ffffff;
}

.page strong {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 18px;
    background: #ef177d;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 5px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

/*video*/
.rs-video {
    display: inline-block;
    position: relative;
    top: -93px;
    left: 33px;
}

.rs-video .animate-border a {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.animate-border a i {
    color: #fff;
}

.rs-video .animate-border .video-vemo-icon {
    background-image: linear-gradient(12deg, #EF177E 0%, #EF177D 100%);
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.rs-video .animate-border .video-vemo-icon:before {
    content: "";
    border: 2px solid #EF177D;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}

.rs-video .animate-border .video-vemo-icon:after {
    content: "";
    border: 2px solid #EF177D;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 3px;
    }
    40% {
        opacity: .5;
        border-width: 2px;
    }
    65% {
        border-width: 1px;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px;
    }
}

/*scroll section*/
.scroll-area {
    position: relative;
    z-index: 999;
}

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}

.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.scroll-area .go-top::before {
    content: "";
    border: 2px solid #EF177D;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}

.scroll-area .go-top:focus, .scroll-area .go-top:hover {
    color: #fff;
}

.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    -ms-transform: translateY(-98%);
    -o-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 50px;
    border-radius: 100%;
}

.top-wrap {
    position: relative;
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background: #EF177D;
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
}

.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}

.top-wrap .go-top-button::after {
    content: "";
    border: 2px solid #EF177D;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.top-wrap .go-top-button:hover {
    background-color: #ef177d;
    color: #fff;
}

@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 3px;
    }
    40% {
        opacity: .5;
        border-width: 2px;
    }
    65% {
        border-width: 1px;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px;
    }
}

/*start blog grid*/
.single-blog-grid-box {
    margin-bottom: 30px;
    transition: .5s;
    position: relative;
    z-index: 1;
    background: #FEF3F8;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.blog-grid-thumb {
    position: relative;
    z-index: 1;
}

.blog-grid-thumb a img {
    width: 100%;
}

.blog-grid-thumb:before {
    content: "";
    position: absolute;
    background: #EF177D;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    z-index: 0;
    transition: 500ms;
    transform: scaleX(0);
}

.single-blog-grid-box:hover .blog-grid-thumb:before {
    transform: scaleY(1);
}

.blog-grid-thumb img {
    z-index: 2;
}

.blog-grid-content {
    padding: 19px 27px 30px 34px;
}

.blog-grid-section .blog-grid-title a h2 {
    font-size: 18px; line-height: 26px; height: 52px; overflow: hidden;
    font-weight: 600;
    margin: 10px 0 0;
    display: inline-block;
    transition: .5s;
}

.blog-grid-meta a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    transition: .5s;
    margin-right: 15px;
}

.blog-grid-meta span {
    font-size: 17px;
    font-weight: 500;
}

/*portfolio details section*/
/*project-details area */
.project-details-area {
    background: #FFF6FA;
}
.project-details-content-text img{
    max-width: 100% !important;
    height: auto;
}

.row.upper8 {
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    padding: 64px 50px 64px;
}

.project-thumb img {
    width: 100%;
}

/* .project-details-content {
    padding-left: 73px;
} */
.project-details-tilte h2 {
    font-size: 25px;
    font-family: muli;
    margin: 0 0 26px;
}

.project-details-tilte.two h2 {
    font-size: 27px;
    font-family: 'Fira Sans', sans-serif;
    margin: 0 0 26px;
    font-weight: 700;
}

.project-details-inf ul li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
    padding-bottom: 14px;
    list-style: none;
    text-transform: capitalize;
}

.project-details-inf ul li:last-child {
    border-bottom: none;
}

.project-details-inf ul li p {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.project-details-sociual-address span {
    font-size: 20px;
    color: #6d6d6d;
    font-weight: 600;
}

.project-details-sociual-address {
    padding-top: 6px;
}

.project-details-sociual-address ul li {
    display: inline-block;
}

.project-details-sociual-address ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #EF177D;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    margin-right: 5px;
    line-height: 35px;
    line-height: 37px;
    margin-top: 10px;
}

.project-details-sociual-address ul li a:hover {
    box-shadow: 0 0 20px rgb(239 23 125 / 30%);
    transform: translateY(-5px);
}

.project-details-content-text p {
    text-align: justify;
}

/* ==========================================
start search Popup Css
=========================================*/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.search-popup {
    width: 100%;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background: #EF177D url(./assets/images/ssicon1.png) no-repeat center center;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.fa-arrow-up:before{ display: none; }
.search-popup .close-search i {
    position: relative;
    font-size: 30px;
    color: #ffffff;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
}

.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .close-search.style-two i {
    width: 40px; height: 40px; display: inline-block; background: #EF177D  url(./assets/images/guanbi.png) no-repeat center center; background-size: 15px auto; border-radius: 50%; overflow: hidden;
}

.header-src-btn {
    display: inline-block;
}

.search-box-btn.search-box-outer i {
    font-size: 18px;
    color: #FF0175;
    cursor: pointer;
    display: inline-block;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    background:#06305F url(./assets/images/dhicon1.png) no-repeat center center; background-size: 24px auto;
    border-radius: 100%;
    box-shadow: 0 0 27px rgb(0 0 0/25%);  vertical-align: middle;
}
.fa-search:before{ display: none !important; }
/*start sidebar section*/
.xs-sidebar-group .dt-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-top {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

.dt-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .dt-overlay {
    opacity: 0.9;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
}

.xs-sidebar-group.isActive .dt-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 40px;
}

.close-side-widget {
    color: #1768dd;
    font-size: rem(15px);
    display: block;
}

.sidebar-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dt-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}

.bt-black {
    background: rgb(252, 4, 118, 0.4);
}

.content-text p {
    margin: 32px 0 53px;
}

.widget-top a {
    color: #fff;
}

.widget-top a:hover {
    color: #EF177D;
}

/*social button*/
.social-icon ul li {
    display: inline-block;
    margin-right: 6px;
}

.social-icon ul li a {
    height: 41px;
    width: 41px;
    line-height: 41px;
    text-align: center;
    background: #2B4868;
    display: inline-block;
    transition: .5s;
    border-radius: 100%;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.social-icon ul li a:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    transition: .5s;
    background: #EF167E;
    z-index: -1;
    border-radius: 100%;
}

.social-icon ul li a:hover:after {
    left: 0;
    width: 100%;
}

/*start fnc slider section*/
.fnc-slider {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    height: 850px !important;
}

.fnc-slider *, .fnc-slider *:before, .fnc-slider *:after {
    box-sizing: border-box;
}

.fnc-slider__slides {
    position: relative;
    height: 100%;
    transition: transform 1s 0.6666666667s;
}

.fnc-slider .m--blend-dark .fnc-slide__inner {
    background-color: #EF177D;
}

.fnc-slider .m--blend-dark .fnc-slide__mask-inner {
    background-color: #7DDEF5;
}

.fnc-slider .m--navbg-dark {
    background-color: #FF0076;
}

.fnc-slider .m--blend-green .fnc-slide__inner {
    background-color: #EF177D;
}

.fnc-slider .m--blend-green .fnc-slide__mask-inner {
    background-color: #FF0076;
}

.fnc-slider .m--navbg-green {
    background-color: #FFD06C;
}

.fnc-slider .m--blend-red .fnc-slide__inner {
    background-color: #ea2329;
}

.fnc-slider .m--blend-red .fnc-slide__mask-inner {
    background-color: #990e13;
}

.fnc-slider .m--navbg-red {
    background-color: #990e13;
}

.fnc-slider .m--blend-blue .fnc-slide__inner {
    background-color: #EF177D;
}

.fnc-slider .m--blend-blue .fnc-slide__mask-inner {
    background-color: #FFD06C;
}

.fnc-slider .m--navbg-blue {
    background-color: #2D7791;
}

.fnc-slide {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
}

.fnc-slide.m--before-sliding {
    z-index: 2 !important;
    transform: translate3d(100%, 0, 0);
}

.fnc-slide.m--active-slide {
    z-index: 1;
    transition: transform 1s 0.6666666667s ease-in-out;
    transform: translate3d(0, 0, 0);
}

.fnc-slide__inner {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center top;
    transform: translate3d(0, 0, 0);
}

.m--global-blending-active .fnc-slide__inner, .m--blend-bg-active .fnc-slide__inner {
    background-blend-mode: luminosity;
}

.m--before-sliding .fnc-slide__inner {
    transform: translate3d(-100%, 0, 0);
}

.m--active-slide .fnc-slide__inner {
    transition: transform 1s 0.6666666667s ease-in-out;
    transform: translate3d(0, 0, 0);
}

.fnc-slide__mask {
    overflow: hidden;
    z-index: 1;
    position: absolute;
    right: 60%;
    top: 15%;
    width: 50.25vh;
    height: 67vh;
    margin-right: -90px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
    transform-origin: 50% 0;
    transition-timing-function: ease-in-out;
}

.m--before-sliding .fnc-slide__mask {
    transform: rotate(-10deg) translate3d(200px, 0, 0);
    opacity: 0;
}

.m--active-slide .fnc-slide__mask {
    transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.m--previous-slide .fnc-slide__mask {
    transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
    transform: rotate(10deg) translate3d(-200px, 0, 0);
    opacity: 0;
}

.fnc-slide__mask-inner {
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 100vh;
    margin-left: -50vw;
    margin-top: -50vh;
    background-size: cover;
    background-position: center center;
    background-blend-mode: luminosity;
    transform-origin: 50% 16.5vh;
    transition-timing-function: ease-in-out;
}

.m--before-sliding .fnc-slide__mask-inner {
    transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
}

.m--active-slide .fnc-slide__mask-inner {
    transition: transform 0.7s 1.2222222222s;
    transform: translateX(0);
}

.m--previous-slide .fnc-slide__mask-inner {
    transition: transform 0.7s 0.3333333333s;
    transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
}

.fnc-slide__content {
    z-index: 2;
    position: absolute;
    left: 19%;
    top: 28%;
}

/*style two*/
.fnc-slide__content p {
    color: #29292B;
    font-size: 20px;
    width: 56%;
    margin: 9px 0 19px;
}

.fnc-slide__content h4 {
    font-size: 18px;
    margin: 0 0 21px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}

.fnc-slide__content h4:before {
    position: absolute;
    content: "";
    top: 16px;
    right: -79px;
    height: 2px;
    width: 70px;
    background: #FF0076;
}

.fnc-slide__content h1 {
    font-size: 75px;
    margin: 0 0 0;
    line-height: 1.1;
}

.fnc-slide__content h1 span {
    color: #FF0077;
}

.slider-button {
    display: inline-block;
    margin: 0;
}

.fnc-slide__heading {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.fnc-slide__heading-line {
    overflow: hidden;
    position: relative;
    padding-right: 20px;
    font-size: 100px;
    color: #fff;
    word-spacing: 10px;
}

.fnc-slide__heading-line:nth-child(2) {
    padding-left: 30px;
}

.m--before-sliding .fnc-slide__heading-line {
    transform: translateY(100%);
}

.m--active-slide .fnc-slide__heading-line {
    transition: transform 1.5s 1s;
    transform: translateY(0);
}

.m--previous-slide .fnc-slide__heading-line {
    transition: transform 1.5s;
    transform: translateY(-100%);
}

.fnc-slide__heading-line span {
    display: block;
}

.m--before-sliding .fnc-slide__heading-line span {
    transform: translateY(-100%);
}

.m--active-slide .fnc-slide__heading-line span {
    transition: transform 1.5s 1s;
    transform: translateY(0);
}

.m--previous-slide .fnc-slide__heading-line span {
    transition: transform 1.5s;
    transform: translateY(100%);
}

.fnc-nav {
    z-index: 5;
    position: absolute;
    right: 0;
    bottom: 0;
}

.fnc-nav__bgs {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fnc-nav__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fnc-nav__bg.m--nav-bg-before {
    z-index: 2 !important;
    transform: translateX(100%);
}

.fnc-nav__bg.m--active-nav-bg {
    z-index: 1;
    transition: transform 1s 0.6666666667s;
    transform: translateX(0);
}

.fnc-nav__controls {
    font-size: 0;
}

.fnc-nav__control {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 50px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.5s;
}

.fnc-nav__control.m--active-control {
    background: #FF0076;
}

.fnc-nav__control-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transform-origin: 0 50%;
    transform: scaleX(0);
    transition-timing-function: linear !important;
}

.m--with-autosliding .m--active-control .fnc-nav__control-progress {
    transform: scaleX(1);
}

.m--prev-control .fnc-nav__control-progress {
    transform: translateX(100%);
    transition: transform 0.5s !important;
}

.m--reset-progress .fnc-nav__control-progress {
    transform: scaleX(0);
    transition: transform 0s 0s !important;
}

.m--autosliding-blocked .fnc-nav__control-progress {
    transition: all 0s 0s !important;
    transform: scaleX(0) !important;
}

.demo-cont {
    overflow: hidden;
    position: relative;
    height: 100vh;
    perspective: 1500px;
    background: #000;
}

.demo-cont__credits {
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    padding: 20px 10px 30px;
    background: #303030;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center;
    transition: transform 0.7s;
    transform: translate3d(100%, 0, 0) rotateY(-45deg);
    will-change: transform;
}

.credits-active .demo-cont__credits {
    transition: transform 0.7s 0.2333333333s;
    transform: translate3d(0, 0, 0);
}

.demo-cont__credits *, .demo-cont__credits *:before, .demo-cont__credits *:after {
    box-sizing: border-box;
}

.demo-cont__credits-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.demo-cont__credits-close:before, .demo-cont__credits-close:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: #fff;
}

.demo-cont__credits-close:before {
    transform: rotate(45deg);
}

.demo-cont__credits-close:after {
    transform: rotate(-45deg);
}

.demo-cont__credits-heading {
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 20px;
}

.demo-cont__credits-img {
    display: block;
    width: 60%;
    margin: 0 auto 30px;
    border-radius: 10px;
}

.demo-cont__credits-name {
    margin-bottom: 20px;
    font-size: 30px;
}

.demo-cont__credits-link {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    color: #fff;
}

.demo-cont__credits-blend {
    font-size: 30px;
    margin-bottom: 10px;
}

.example-slider {
    z-index: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 0.7s;
}

.credits-active .example-slider {
    transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
}

.example-slider .fnc-slide-1 .fnc-slide__inner,
.example-slider .fnc-slide-1 .fnc-slide__mask-inner {
    background-image: url("assets/images/new2.png");
}

.example-slider .fnc-slide-2 .fnc-slide__inner,
.example-slider .fnc-slide-2 .fnc-slide__mask-inner {
    background-image: url("assets/images/new2.png");
}

.example-slider .fnc-slide-3 .fnc-slide__inner,
.example-slider .fnc-slide-3 .fnc-slide__mask-inner {
    background-image: url("assets/images/new2.png");
}

.example-slider .fnc-slide-3 .fnc-slide__inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 48, 95, 0.1);
}

.example-slider .fnc-slide-4 .fnc-slide__inner,
.example-slider .fnc-slide-4 .fnc-slide__mask-inner {
    background-image: url("assets/images/new2.png");
}

.example-slider .fnc-slide-4 .fnc-slide__inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.example-slider .fnc-slide__heading,
.example-slider .fnc-slide__action-btn,
.example-slider .fnc-nav__control {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/*animation*/
@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/*start footer section*/

.footer {
    background: #042953;
}

.footer-logo {
    margin-bottom: 30px;
}

.location-icon {
    margin-right: 11px;
}

.location-icon i {
    color: #fff;
    display: inline-block;
}

.location-content-text p {
    color: #fff;
}

.footer-widget-title h3 {
    color: #fff;
    margin: 0 0 39px;
    position: relative;
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
}

.footer-widget-title.two h3 {
    position: relative;
}

.footer-widget-title.two h3:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 223px;
    background: #365476;
    top: 24px;
    left: 153px;
}

.footer-quick-link-list ul li {
    display: block;
    margin-bottom: 8px;
}

.footer-quick-link-list ul li a {
    color: #fff;
    display: inline-block;
    transition: .5s;
    position: relative;
    left: 21px;
}

.footer-quick-link-list ul li a:hover {
    color: #EF177D;
}

.footer-quick-link-list ul li a:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 16px;
    background: #506A85;
    top: 11px;
    left: -23px;
}

.footer-quick-link-list ul li a:hover:after {
    background: #EF177D;
}

.location-title h2 {
    font-size: 18px;
    color: #FF0076;
    font-weight: 600;
    margin: 5px 0 7px;
}

.footer-content-text p {
    color: #fff;
}

.footer-copyright-text.two {
    float: right;
}

.footer-copyright-text.two span {
    color: #EF167E;
}

.friend-links{
    margin: 0 -10px;
    overflow: hidden;
}
.friend-links a{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    color: #FFFFFF;
}
.friend-links a::before{
    display: block;
    content: "";
    width: 2px;
    height: 10px;
    background-color: #FFFFFF;
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -5px;
}
.friend-links a:hover{
    color: #EF177D;
}

/*subscribe box*/
input.subscribe-mail-box {
    background: #183D69;
    border: none;
    height: 52px;
    width: 100%;
    padding: 0 29px 0;
    position: relative;
}

input.subscribe-mail-box::placeholder {
    color: #fff;
}

button.subscribe-button {
    position: absolute;
    right: 0px;
    border: none;
    height: 52px;
    width: 72px;
    background: #EF177D;
}

button.subscribe-button i {
    color: #fff;
    display: inline-block;
    font-size: 32px;
}

input:focus, button:focus {
    border-color: transparent;
    outline: 0;
}

/*social button*/
.footer-about-social-icon ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background: #2B4868;
    margin-right: 6px;
    z-index: 1;
}

.footer-about-social-icon ul li a {
    display: block;
    height: 41px;
    width: 41px;
    line-height: 41px;
    text-align: center;
    transition: .5s;
    border-radius: 100%;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-position: center center;
    background-size: 40px auto;
    background-repeat: no-repeat;
}

.footer-about-social-icon ul li:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    transition: .5s;
    background: #EF167E;
    z-index: -1;
    border-radius: 100%;
}

.footer-about-social-icon ul li:hover:after {
    left: 0;
    width: 100%;
}

.footer-about-social-icon ul li a.footer-weixin {
    background-image: url(./assets/images/icon_share_1.png);
}

.footer-about-social-icon ul li a.footer-weibo {
    background-image: url(./assets/images/icon_share_2.png);
}

.footer-about-social-icon ul li a.footer-bili {
    background-image: url(./assets/images/icon_share_3.png);
}

.footer-about-social-icon ul li a.footer-douyin {
    background-image: url(./assets/images/icon_share_4.png);
}

.footer-about-social-icon ul li a.footer-toutiao {
    background-image: url(./assets/images/icon_share_5.png);
}

/*start footer bottom section*/
.footer-copyright-section {
    background: #05203E;
    padding: 26px 0 14px;
}

/*------ Header middle sub-menu section style--------*/
.menu-wrapper ul li {
    position: relative;
}

.menu-wrapper .sub-menu {
    position: absolute;
    top: 100px;
    left: 0px;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    padding: 25px 0px 25px 5px;
    z-index: 22;
    opacity: 0;
    visibility: hidden;
}

.menu-wrapper ul li:hover .sub-menu {
    top: 52px;
    visibility: visible;
    opacity: 1;
}

.menu-wrapper .sub-menu {
    width: 230px;
}

.menu-wrapper .sub-menu li {
    position: relative;
    line-height: 2;
    display: block;
    text-align: left;
    transition: .3s;
    padding-bottom: 5px;
    cursor: pointer;
}

.menu-wrapper .sub-menu li a::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    height: 1px;
    width: 15px;
    background: #FF3C00;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.menu-wrapper .sub-menu li:hover {
    margin-left: 10px;
}

.menu-wrapper .sub-menu li:hover a {
    color: #FF3C00 !important;
}

.menu-wrapper .sub-menu li:hover a i {
    color: #FF3C00 !important;
}

.menu-wrapper .sub-menu li:hover a::after {
    visibility: visible;
    position: absolute;
    left: -5px;
    opacity: 1;
}

.menu-wrapper .sub-menu li a {
    font-family: "Rubik", Sans-serif;
    font-size: 14px;
    color: #232323 !important;
    padding-left: 10px;
    cursor: pointer;
    transition: .3s;
}

.menu-wrapper .sub-menu li a i {
    color: #555 !important;
    background: #fff !important;
    transition: .3s;
}

/*------  header inner sub-menu section style--------*/

.menu-wrapper .sub-menu li:hover .inner-sub-menu {
    position: absolute;
    top: -5px;
    left: 214px;
    opacity: 1;
    visibility: visible;
}

.menu-wrapper .inner-sub-menu li {
    position: relative;
    line-height: 2;
    display: block;
    text-align: left;
    transition: .3s;
    padding-bottom: 5px;
    cursor: pointer;
}

.menu-wrapper .sub-menu .inner-sub-menu li a::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    height: 1px;
    width: 15px;
    background: #FF3C00;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.menu-wrapper .sub-menu .inner-sub-menu li:hover a::after {
    visibility: visible;
    position: absolute;
    left: -5px;
    opacity: 1;
}

.menu-wrapper .sub-menu .inner-sub-menu li a {
    font-family: "Rubik", Sans-serif;
    font-size: 14px;
    color: #232323 !important;
    padding-left: 10px;
    cursor: pointer;
    transition: .3s;
    text-transform: capitalize;
}

.menu-wrapper .sub-menu .inner-sub-menu li:hover a {
    color: #FF3C00 !important;
}

/*-------------
========Start Itsoft Hero Section Style
---------------*/

.rotateme {
    animation-name: rotateme;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotateme {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.hero-shape-two {

.alltuchtopdown {
    animation-name: alltuchtopdown;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes alltuchtopdown {
    0% {
        top: 351px;
    }
    25% {
        top: 341px;
    }
    50% {
        top: 351px;
    }
    75% {
        top: 361px;
    }
    100% {
        top: 351px;
    }
}

/*==========================
=========== Hero  section video
==========================*/
.video-icon {
    display: inline-block;
}

.hero-section .video-icon {
    margin-left: 25px;
}

.video-icon a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #fff;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    background: #FF3C00;
    font-size: 28px;
    z-index: 1;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}




.search-box-btn.search-box-outer i{ display: none; background: url(./assets/images/ssicon1.png) no-repeat center center; }

